![]() |
YNQ
YNQ-1.5.0
|
Macros | |
| #define | NQ_CLIENT 0x1 |
| #define | NQ_SERVER 0x2 |
| #define | NQ_NDDAEMON 0x4 |
Functions | |
| NQ_STATUS | cmInit (NQ_UINT32 component) |
| void | cmExit (NQ_UINT32 component) |
| #define NQ_CLIENT 0x1 |
Client component
| #define NQ_SERVER 0x2 |
Server component
| #define NQ_NDDAEMON 0x4 |
NetBIOS daemon component
This function starts the Common Module
| component | One of the following: NQ_CLIENT, NQ_NDDAEMON, NQ_SERVER |
| void cmExit | ( | NQ_UINT32 | component | ) |
This function performs the shutdown of the Common Module
| component | One of the following: NQ_CLIENT, NQ_NDDAEMON, NQ_SERVER |